DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / GetHeightForHeader Method

In This Topic
    GetHeightForHeader Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetHeightForHeader( _
       ByVal tableView As UIKit.UITableView, _
       ByVal section As IntPtr _
    ) As NFloat
    public virtual NFloat GetHeightForHeader( 
       UIKit.UITableView tableView,
       IntPtr section
    )

    Parameters

    tableView
    section
    See Also